

.icons-google {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 40%);
	z-index: 3;
	display: flex;
	flex-direction: row;
	margin: 10px;
	padding: 0px;
	font-size: 32px;
	}

.icons {
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translate(-50%, 40%);
		z-index: 3;
		display: flex;
		flex-direction: row;
		/*! margin: 10px; */
		padding: 0px;
		}


.icons2 {
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-62%, -45%);
		z-index: 3;
		display: flex;
		flex-direction: row;
		/* margin: 10px; */
		padding-top: 0px;
		}


@media only screen and (max-width: 1440px){
		.icons {
			position: absolute;
			/*! top: 15%; */
			left: 50%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: row;
			/*! margin: 10px; */
			padding: 0px;
			  
		}

	}

@media only screen and (max-width: 960px){
		.icons {
			position: absolute;
			top: -18%;
			left: 50%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: column;
			margin: 10px;
			padding: 0px;
				  
			}
		}

@media only screen and (max-width: 840px){
		.icons {
			position: absolute;
			top: -18%;
			left: 50%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: column;
			margin: 10px;
			padding: 0px;
				  
			}
		}
@media only screen and (max-width: 768px){
		.icons {
			position: absolute;
			top: 18%;
			left: 47%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: row;
			margin: 10px;
			padding: 0px;
				  
			}

		}
@media only screen and (max-width: 375px){
		.icons {
			position: absolute;
			top: -18%;
			left: 50%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: column;
			margin: 10px;
			padding: 0px;
					  
		}
}

@media only screen and (max-width: 960px){
.content .projectcard {
	position: absolute;
	top: calc(100% -2px);
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(#A88468, #8a8a8a);*/
	background: black;
	z-index: 1;
	opacity: 0.8;
	transition: 0.5s;
	/*border-style: solid;
	border-width: 5px;*/
	}
}

@media only screen and (max-width: 960px){
	.card {
		position: absolute;
		top: -18%;
		left: 50%;
		transform: translate(-50%, 40%);
		z-index: 3;
		display: flex;
		flex-direction: column;
		margin: 10px;
		padding: 0px;
		height: 400px;
			  
		}
	}

	@media only screen and (max-width: 960px){
		.content .card {
			position: absolute;
			top: -18%;
			left: 50%;
			transform: translate(-50%, 40%);
			z-index: 3;
			display: flex;
			flex-direction: column;
			margin: 10px;
			padding: 0px;
			height: 400px;
				  
			}
		}

@media only screen and (max-width: 960px) {
		.icons2 .myalign {
			  position: absolute;
			  top: 0%;
			  left: 50%;
			  transform: translate(-50%, 40%);
			  z-index: 3;
			  display: flex;
			  flex-direction: column;
			  margin: 10px;
			  padding: 0px;
			}
	}

	
.mediame {
	position: absolute;
	top: inherit;
	left: 50%;
	transform: translate(-50%, 40%);
	z-index: 3;
	display: flex;
	margin: 0;
	padding: 0px;
}

.mediame li {
	list-style: none;
	margin: 0%;
	padding-left: 0em;
	padding-right: 0em;
}

.mediame li a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	/*background: #ffffff;*/
	margin: 0 8px;
	padding: 0px;
	border-radius: 50%;
	border: 0px;
	border-color: #b388ff;
	transition: 0.5s;
	/*transform: translateY(250px);*/
	opacity: 10;
}


.card-icons {
	position: absolute;
	top: 40%;
	left: 46%;
	transform: translate(-50%, 110%);
	z-index: 3;
	display: flex;
	margin: 0;
	padding: 0px;
}

/* trying to get tool tip to work on icons can be deleted */
.icons .tooltip {
  position: absolute;
  display: inline-block;
}

.icons .tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #a88468;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.icons .tooltip:hover .tooltiptext {
    visibility: visible;
}

.card-icons .tooltip:hover .tooltiptext {
	visibility: visible;
}

/* trying to get tool tip to work on icons */

.icons li {
	list-style: none;
	margin-top: 5px;
	padding-left: 0em;
	padding-right: 0em;
}

.icons-google li {
	list-style: none;
}

.icons2 li {
	list-style: none;
	margin-top: 5px;
	padding-left: 0em;
	padding-right: 0em;
}

.card-icons li {
	list-style: none;
}

.icons li a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #ffffff;
	margin: 0 8px;
	padding: 0px;
	border-radius: 50%;
	border: 1px;
	border-color: #b388ff;
	transition: 0.5s;
	/*transform: translateY(250px);*/
	opacity: 10;
}

.icons-google li a {
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	text-align: center;
	/*background: #ffffff;*/
	margin: 0 0px;
	padding: 0px;
	border-radius: 50%;
	border: 0px;
	/*border-color: #b388ff;*/
	transition: 0.5s;
	transform: translateY(0px);
	transform: translatex(-35px);
	opacity: 10;
	/*border: 1px solid rgba(2, 40, 174, 0.40);*/
	
}

.icons2 li a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #ffffff;
	margin: 0 8px;
	padding: 0px;
	border-radius: 50%;
	border: 1px;
	border-color: #b388ff;
	transition: 0.5s;
	/*transform: translateY(250px);*/
	opacity: 10;
}

.card-icons li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	/*background: #ffffff;*/
	margin: 0 8px;
	padding: 0px;
	border-radius: 50%;
	border: 1px;
	border-color: #b388ff;
	transition: 0.5s;
	transform: translateY(250px);
	opacity: 10;
	color: black;
}

.content .card:hover .icons li a {
	transform: translateY(0px);
	opacity: 1;
}

.content .card:hover .icons-google li a {
	transform: translateY(0px);
	opacity: 1;
}

.content .card:hover .card-icons li a {
	transform: translateY(0px);
	opacity: 1;
}

.content .card .icons li a .fa {
	transition: 0.4s;
	font-size: 32px;
}

.content .card .icons-google li a .fa {
	transition: 0.4s;
	font-size: 32px;
}

.content .card .card-icons li a .fa {
	transition: 0.4s;
	font-size: 32px;
}


/*Playing with icons*/
.content .card:hover .icons li a {
	transform: translateY(0px);
	opacity: 1;
}

.content .card:hover .card-icons li a {
	transform: translateY(0px);
	opacity: 1;
}

/*Playing with icons end*/

/*.content .card .icons li a:hover .fa {
	transform: rotateY(360deg);
}*/


.content .card .icons  li:nth-child(1) a {
	transition-delay: 0s;
}

.content .card .icons-google  li:nth-child(1) a {
	transition-delay: 0s;
}

.content .card .card-icons li:nth-child(1) a {
	transition-delay: 0s;
}

.content .card .icons  li:nth-child(2) a {
	transition-delay: 0.2s;
}

.content .card .icons-google  li:nth-child(2) a {
	transition-delay: 0.2s;
}

.content .card .card-icons li:nth-child(2) a {
	transition-delay: 0.2s;
}

.tooltip {
	background-color: #a88468;
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	border: 2px solid #a88468;
	padding: 10px;
	font-size: 20px;
	width: 10px;
	/*bottom: 100%;*/
	/*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #a88468;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  
}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}

.awsone-style {
	vertical-align: middle;
}


